Skip to main content

Kilo Code

Kilo Code is the open source AI coding agent for VS Code, JetBrains, and your CLI. Official site: kilo.ai

1.1 Usage

Method 1: UI Configuration

  1. Open Kilo Code settings.
  2. Go to Providers.
  3. Select OpenAI Compatible.
  4. Enter:
    • Base URL: https://api.hpc-ai.com/inference/v1
    • API Key: your-hpc-ai-api-key
    • Model: minimax/minimax-m2.5
  5. Save the configuration and run a test request.

Method 2: Exported Settings

If you want to document the file-based settings format, export it from a current Kilo Code build first instead of hard-coding an unverified JSON path or schema.

1.2 References